Expand description
§The QUIC base library
The qbase
library defines the necessary basic structures in the QUIC protocol,
including connection IDs, stream IDs, frames, packets, keys, parameters, error codes, etc.
Additionally, based on these basic structures, it defines components for various mechanisms in QUIC, including flow control, handshake, tokens, stream ID management, connection ID management, etc.
Finally, the qbase
module also defines some utility functions
for handling common data structures in the QUIC protocol.
Modules§
- Operations about QUIC connection IDs.
- QUIC connection-level flow control.
- QUIC frames and their codec.
- Handshake signal for QUIC connections.
- QUIC packets and their codec.
- Stream id types and controllers for different roles and different directions.
- Issuing, storing and verifing tokens operations.
- Utilities for common data structures.
Macros§
Enums§
- The epoch of sending, usually been seen as the index of spaces.